-- card: 13533 from stack: in.4 -- bmap block id: 0 -- flags: 4000 -- background id: 13235 -- name: Map ----- HyperTalk script ----- on closeCard visual effect iris open end closeCard -- part 7 (field) -- low flags: 81 -- high flags: 0004 -- rect: left=166 top=15 right=126 bottom=495 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: Blank Pop -- part 13 (button) -- low flags: 80 -- high flags: A003 -- rect: left=347 top=97 right=119 bottom=478 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Cancel ----- HyperTalk script ----- on mouseUp Global HelpCardName hide card button "Help" hide card button "Cancel" hide card field "Blank Pop" if helpCardName is not empty then go to card HelpCardName end mouseUp -- part 16 (button) -- low flags: 00 -- high flags: A004 -- rect: left=0 top=293 right=342 bottom=115 -- title width / last selected line: 0 -- icon id / first selected line: 9236 / 9236 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Click to copy to home ----- HyperTalk script ----- on mouseUp put "card " & quote & "Map" & quote into ThisCardName if the name of this card is ThisCardName then beep answer "Do you want to copy this button to your Home Card?" with "Yes" or "Cancel" if it is "Yes" then send "CopyButtonToHome" to background end if else put the name of the target into thisName delete word 1 to 2 of thisName delete first char of thisName delete last char of thisName visual effect dissolve to black -- Go to the name of the stack go to stack thisName end if end mouseUp -- part 18 (button) -- low flags: 80 -- high flags: A003 -- rect: left=182 top=97 right=119 bottom=330 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: HELP ----- HyperTalk script ----- on mouseUp Global HelpCardName if the optionKey is down then put "This button will take you to the help stacks. The help" && "stacks provide either a brief overview of the program, or a" && "detailed manual (good for looking up a topic)." into String put the name of the target into ThisItem HelpMsg1 String, ThisItem exit mouseUp end if Click at the loc of card button "Cancel" set cursor to 4 push card push card push card go to stack "Checking & Savings Help" end mouseUp -- part 19 (field) -- low flags: 81 -- high flags: 2004 -- rect: left=50 top=45 right=310 bottom=470 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 14 -- style flags: 0 -- line height: 18 -- part name: Help Message Field ----- HyperTalk script ----- on mouseUp set cursor to 4 put the name of the target into thisField do "put empty into" && thisField hide thisField end mouseUp -- part contents for card part 7 ----- text ----- For Help, click the Help button below. (Limited Help is also available while running this program. If you desire more information about what a button does, hold the OPTION key down while clicking on the desired button. )